remote-media-subnet
This command configures the Remote Media Subnets table, which lets you define destination subnets for media (RTP/SRTP) traffic on a specific Media Realm. The table is a child of the Media Realm table.
Syntax
(config-voip)# realm <Index> (realm-<Index># remote-media-subnet <Index> (remote-media-subnet-<Index>/<Index>)#
|
Command |
Description |
|---|---|
|
Index |
Defines the table row index. |
|
address-family {ipv4|ipv6} |
Defines the IP address protocol. |
|
bw-profile |
Assigns a Bandwidth Profile to the Remote Media Subnet. |
|
dst-ip-address |
Defines the IP address of the destination. |
|
name |
Defines a descriptive name, which is used when associating the row in other tables. |
|
prefix-length |
Defines the subnet mask in Classless Inter-Domain Routing (CIDR) notation. |
|
qoe-profile |
Assigns a Quality of Experience Profile to the Remote Media Subnet. |
Command Mode
Privileged User
Example
This example configures a Remote Media Subnet for international calls to 201.10.5.1 assigned Bandwidth Profile "INT":
(config-voip)# realm 0 (realm-0)# remote-media-subnet 1 (remote-media-subnet-0/1)# name INT-Calls (remote-media-subnet-0/1)# dst-ip-address 201.10.5.1 (remote-media-subnet-0/1)# bw-profile INT (remote-media-subnet-0/1)# activate